home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / math / sha / readme.txt < prev    next >
Encoding:
Text File  |  1994-04-02  |  1.6 KB  |  35 lines

  1. This is a portable (to machines with 32 bit longs) implementation
  2. of the Secure Hashing Algorithm written in Standard C.  It may be
  3. used for verifiable transmission of files.  It would be nearly
  4. impossible for a file to be changed during transmission (either
  5. accidently or deliberately) without producing a different hash
  6. value.  Included are two executable files for MSDOS machines -
  7. "sha.exe" is compiled with Borland C++ 4.0 and "gsha.exe" with
  8. the Gnu C/C++ compiler.  Both require at least a i386 to run.
  9. Source code is provided and may be recompiled on any machine
  10. with a (ANSI) Standard C compiler.  Endian-ness does not matter,
  11. but the machine must not have longs different than 32 bits.  I am
  12. not sure if it will work on a ones-complement machine either.
  13.  
  14. Copyright 1994, G. Ralph Kuntz
  15.  
  16. This program is free software; you can redistribute it and/or modify
  17. it under the terms of the GNU General Public License as published by
  18. the Free Software Foundation; either version 2 of the License, or
  19. (at your option) any later version.
  20.  
  21. This program is distributed in the hope that it will be useful,
  22. but WITHOUT ANY WARRANTY; without even the implied warranty of
  23. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  24. GNU General Public License for more details.
  25.  
  26. You should have received a copy of the GNU General Public License
  27. along with this program; if not, write to the Free Software
  28. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  29.  
  30. I believe that the implementation is correct, but I do not
  31. have another example of this program to compare it to.
  32.  
  33.  
  34. Enjoy, Ralph (73404.2625@compuserve.com or kuntz@umdnj.edu)
  35.